Class org.omg.CORBA.ByteHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ByteHolder
java.lang.Object
|
+----org.omg.CORBA.ByteHolder
- public final class ByteHolder
- extends Object
A Holder class for bytes for use with out and in/out IDL parameters.
-
value
-
the byte value held by the ByteHolder
-
ByteHolder()
-
construct the ByteHolder with null initial value
-
ByteHolder(byte)
-
construct the ByteHolder with the given byte
value
public byte value
- the byte value held by the ByteHolder
ByteHolder
public ByteHolder()
- construct the ByteHolder with null initial value
ByteHolder
public ByteHolder(byte initial)
- construct the ByteHolder with the given byte
- Parameters:
- initial - the byte used to initialize the ByteHolder value
All Packages Class Hierarchy This Package Previous Next Index